home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / label < prev    next >
Encoding:
Text File  |  1994-10-22  |  300 b   |  16 lines

  1. label:
  2.  
  3. Synopsis: Insert labeltext.
  4.  
  5. Syntax: label ( "label_text", x, y, z, labelnr, I )    
  6.  
  7. Description:
  8.  
  9.     Inserts labeltext in the I:th plot-window at location, x, y
  10.     and z. The label will have label-number labelnr.
  11.     
  12.     If 'I' is not specified the default plot-window (0) is used.
  13.  
  14. See Also: nolabel
  15.  
  16.